application context

英 [ˌæplɪˈkeɪʃn ˈkɒntekst] 美 [ˌæplɪˈkeɪʃn ˈkɑːntekst]

网络  应用环境; 应用程序上下文; 应用上下文; 关联应用环境; 应用的上下文

计算机



双语例句

  1. When this handler is invoked, it first needs to get the current application context.
    这个处理程序被调用后,它首先需要获取当前应用程序上下文。
  2. Single pages and portlets can be parameterized with the current application context so that they seamlessly integrate with the calling application.
    可以用当前的应用程序上下文来参数化单一的页面和Portlet,以便它们与调用应用程序无缝集成。
  3. So what are the steps for using Spring application context as an implementation within an SCA composite component?
    那么,将Spring应用程序上下文用作SCA合成组件中的实现需要执行哪些步骤呢?
  4. In the Spring framework, resources such as a JDBC DataSource or a Hibernate SessionFactory can be realized as beans in an application context.
    在Spring框架中,像JDBCDataSource或HibernateSessionFactory这样的资源,在应用程序上下文中可以用bean实现。
  5. There I fetch the Spring framework's Web application context object from the servlet context.
    在第3部分中,我从servlet上下文中取出了Spring框架的Web应用程序上下文对象。
  6. Data& Often, message data, information about application flow, and test data might also be placed in the application context.
    数据&通常,消息数据、关于应用程序流的信息和测试数据也可能放置在应用程序上下文中。
  7. A snapshot is taken of the J2EE application context and stored with the work as a WWEC object.
    获取J2EE应用程序上下文的快照,并将其作为WWEC对象与该工作存储在一起。
  8. With all this knowledge at hand, look at it in a practical application context.
    了解这些基本的知识后,现在看一个实际的应用。
  9. The ContextLoaderListener class creates a Web application context to hold information about the Spring-specific resources of your application.
    ContextLoaderListener类创建一个Web应用程序上下文以保存应用程序中特定于Spring的资源信息。
  10. Transaction attributes for the service are specified in the Spring application context file.
    服务的事务属性在Spring应用程序上下文文件中指定。
  11. An SCA runtime that supports Spring integration can use an application context as-is in an SCA assembly.
    支持Spring集成的SCA运行时可以在SCA组装中原样使用应用程序上下文。
  12. To explicitly map resources, add the SCA schema ( see Resources) to the application context.
    要显式映射资源,应将SCA架构(参见参考资料)添加到应用程序上下文。
  13. The return type of the method is the bean that is registered to Spring application context.
    该方法的返回类型是向Spring应用程序上下文注册的bean。
  14. In an ideal scenario, you would define the beans in an XML that represents the application context.
    在理想的场景中,您可以在表示应用程序上下文的XML中定义bean。
  15. It is possible to use an existing Spring application context as a component implementation in SCA.
    可以将一个现有Spring应用程序上下文用作SCA中的一个组件实现。
  16. But, where is the contact object in this application context?
    但是,在这个应用程序上下文中contact对象位于何处呢?
  17. You explored how the SCA runtime creates the target application context for your SCA component.
    您了解了SCA运行时如何为SCA组件创建目标应用程序上下文。
  18. RRD provides a flexible mechanism that lets applications extend the RRD request by attaching custom data, enabling applications to pass specific application context to the remote system.
    RRD提供了灵活的机制,允许应用程序通过附加自定义数据来扩展RRD请求,从而使应用程序能够将特定的应用程序上下文传递到远程系统。
  19. Using examples, the article briefly touched on the limitations of using implicit SCA references and properties within your application context.
    借助示例,本文简短介绍了在应用程序上下文中使用隐式SCA引用和属性的局限性。
  20. Introspect the target application context definition file to determine the declared SCA service, reference, and properties.
    内省这个目标应用程序上下文定义文件以决定所声明的SCA服务、引用和属性。
  21. With the Spring's IOC framework, you can load your own custom application context.
    借助Spring的IOC框架,您可以装载自己的自定义应用程序上下文。
  22. This means that a Spring application context defines the internal structure of a composite implementation.
    这意味着,Spring应用程序上下文定义合成实现的内部结构。
  23. Groovy files and let Spring take care of compiling them upon creation of the application context.
    或者在.groovy文件中以类似脚本的形式实现它们,然后由Spring负责在创建应用程序上下文时编译它们。
  24. Spring enables you to create an application context that includes definitions for these dependencies.
    Spring让您能够创建包含这些依赖项定义的应用程序上下文。
  25. Then, the Spring container can validate the beans and load the application context successfully.
    然后,Spring容器可以验证bean并成功加载应用程序上下文。
  26. Application context can be useful for the purposes of enforcing fine-grained access control and enhances the security of database.
    通过实际应用来看,应用上下文技术可以用于提高细粒度访问控制的性能,从而提高数据库的安全性。
  27. This enables solutions that depend on application context events, for example.
    比如这能使依赖于应用上下文事件的解决方案成为可能。
  28. A Mobile Network Access Control Model Based on Role and Application Context
    一种基于角色和应用上下文的移动网访问控制模型
  29. Bootstrapping-creates an application context that provides the runtime context for an application.
    引导程序&创建应用程序上下文,它为应用程序提供运行时上下文。
  30. With Spring Integration, the application context is the bus.
    使用SpringIntegration,应用上下文就是总线了。